Welcome![Sign In][Sign Up]
Location:
Search - thread socket

Search list

[Communication会话程序

Description: 线程的概念、属性;线性创建的2种方式及其联系、区别和使用场合;线程的生命周期和5种状态;线程状态控制的一般方法;线程同步的概念、原理;线程同步的场合、线程同步的条件、同步对象的选取;线程间通讯的概念,与线程同步的区别;notify和wait的使用方法。两类socket通信的概念、特点、应用场合;两类socket通信的客户和服务端的基本步骤;组播通信的概念、组播客户端服务端的基本结构。-threads concept attribute; The creation of two linear models and their connections, and the use of different occasions; Threads of the life cycle and five state; Thread the general state control; Thread synchronization concept, principle; Thread Synchronization occasions, thread synchronization, the synchronization like the selection; Thread the concept of communication, and synchronization of different threads; notify the wait and use. Two types of socket communication concept, features, applications; Two types of socket communication and customer service side of the basic steps; The concept of multicast communication, multicast client services side of the basic structure.
Platform: | Size: 7388 | Author: rain | Hits:

[Internet-Networkepoll多线程

Description: Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知ThreadPool类,由ThreadPool类进行任务分派. TaskThread.cpp(继承Thread.cpp) : 具体任务类,负责接受客户端发送数据. ThreadPool.cpp (继承Thread.cpp) : 线程池类负责启动别的线程 , 并且进行线程调度。首先启动ListenThread.cpp类,如果有客户端 连接ListenThread.cpp类发送信号通知ThreadPool.cpp类,收到信号再分配给TaskThread.cpp类,进行处理。如果没有空闲任务类,动态再 创建一定数目的任务类。
Platform: | Size: 300757 | Author: 77501578@qq.com | Hits:

[BooksWin32Multithread

Description: window下的多线程编程参考书。值得一读-window of multithreaded programming reference books. Worth reading
Platform: | Size: 2586624 | Author: 陈为 | Hits:

[Communication会话程序

Description: 线程的概念、属性;线性创建的2种方式及其联系、区别和使用场合;线程的生命周期和5种状态;线程状态控制的一般方法;线程同步的概念、原理;线程同步的场合、线程同步的条件、同步对象的选取;线程间通讯的概念,与线程同步的区别;notify和wait的使用方法。两类socket通信的概念、特点、应用场合;两类socket通信的客户和服务端的基本步骤;组播通信的概念、组播客户端服务端的基本结构。-threads concept attribute; The creation of two linear models and their connections, and the use of different occasions; Threads of the life cycle and five state; Thread the general state control; Thread synchronization concept, principle; Thread Synchronization occasions, thread synchronization, the synchronization like the selection; Thread the concept of communication, and synchronization of different threads; notify the wait and use. Two types of socket communication concept, features, applications; Two types of socket communication and customer service side of the basic steps; The concept of multicast communication, multicast client services side of the basic structure.
Platform: | Size: 7168 | Author: rain | Hits:

[Internet-NetworkMTServerSrc

Description: 一个多线程实现的TCP服务端 listen, 在accept一个请求后,再启动一个线程来处理对应的socket-a multithreaded achieving TCP server listen, accept a request and then start a thread to handle the corresponding socket
Platform: | Size: 6144 | Author: 无形 | Hits:

[Internet-NetworkAddison Wesley - The.ACE.Programmers.Guide

Description: ACE程序员指南,ACE(自适应的网络编程环境),用C++类来封装Unix的Socket库,进程库,线程库-ACE Programmer's Guide, ACE (Adaptive Network Programming Environment), C categories Packaging Unix socket library for the process, Thread Library
Platform: | Size: 877568 | Author: 吴江 | Hits:

[assembly languageIoSocket_Sample

Description: 一个采用汇编线程池实现的Socket完成端口编程例程。-a compilation Thread Pool used to achieve the complete port Socket programming routines.
Platform: | Size: 7168 | Author: 钱海兵 | Hits:

[Sniffer Package captureip_monitor

Description: 用VC写的以原始套接字进行网卡的捕包,捕包以单独工作线程进行.-VC write to the original card socket for the arrest packet capturing packets in a separate thread for work.
Platform: | Size: 68608 | Author: | Hits:

[Internet-Networkcommoncpp2-1.5.3.tar

Description: common c++提供socket,thread等系统编程可移植的实现。 是ccrtp必要的资源库-common c provide socket, thread programming systems such as portable realized. Ccrtp is necessary resources for
Platform: | Size: 840704 | Author: skynova | Hits:

[Linux-Unixeaselib

Description: 这是本人在Linux下开发经常使用的一组C++工具类,包括了Socket类、TCP服务类、UDP服务类、Mysql数据库操作类、日志类、配置文件解析类、日期时间操作类、MD5和Base64加解密类、线程和线程池类、XML文件解析类等-this is my development in Linux are frequently used by a group C Tools categories, including the Socket class. TCP services category, UDP services category, Mysql database operations, log type, configuration files analytic categories, Date Time operations, and Base64 MD5 encryption type, and thread pool thread category, XML documents and other types of analysis
Platform: | Size: 69632 | Author: 刘忠 | Hits:

[Internet-NetworkMulti-thread_management_and_network_program

Description:
Platform: | Size: 734208 | Author: 龚勋 | Hits:

[VC/MFCvisual_c++_modeling_and_implementation_of_an_onlin

Description: 本书既讲解了网络编程所涉及的计算机科学及相关学科知识,也展示了如何编写自己的网络游戏。如果想了解网络游戏的通用建模与实现过程,本书有一定的参考价值。深入剖析游戏编程的实现思想,全力打造个性网络游戏空间。本书面向游戏编程人员,重点介绍如何使用VisualC++和UML进行棋牌类网络游戏建模和编程的实现过程。书中通过大量的程序代码分析了Socket通信程序设计、多线程程序设计、服务器端线程池模型、游戏客户端框架程序构建、服务器端数据库处理、报文处理,以及如何使用RationalRose工具进行网络游戏用户案例的划分和进行UML类框图的设计等内容,使读者能够借鉴本书的内容自行发挥设计出具有个性的网络游戏程序。本书适用于软件工程师、网络程序员、大学计算机软件专业和网络专业的学生,以及从事网络游戏开发的程序设计人员。-book on the network is involved in the programming of computer science and related disciplines knowledge, also demonstrated how to prepare their own online games. If you want to understand the game of generic network modeling and implementation process, the book has some reference value. In-depth analysis of the game program of thinking, spare no efforts to create a personalized online games space. Writing to the game programmer, focus on how to use VisualC Chess & Cards and UML Modeling category online game programming and implementation process. Book through a lot of procedural code of Socket Communications programming, multithreaded programming, Thread Pool server model, the client framework of the game building process, the server-database processing, packet processing, Rational Ro
Platform: | Size: 10653696 | Author: tina | Hits:

[ICQ-IM-ChatMiniICQ13

Description: MiniICQ1.3面向Socket基于线程池技术的java聊天室程序下载(含源代码) 首先,安装jre 没有的自己搜一个。 运行服务器端。startServer.bat成功! 运行2个客户端。startClientw.bat 窗口出来以后可以把客户端的命令窗口关掉。 现在的版本还没有注册功能,帐号 随便 有什么问题请和我联系 QQ:281284015 Email:ibm_chen@163.com 欢迎大家来chensoft.cn和我一起讨论java编程的乐趣-MiniICQ1.3 Socket-oriented technology based on the thread pool java chat room procedures set (including source code) First, the installation of its own jre not found one. Operation server. StartServer.bat success! Running two clients. StartClientw.bat out the window after the client can order window switch off. The current version has no registration functions, Account casually What is the problem and please contact me QQ : 281284015 Email : ibm_chen@163.com chensoft.cn welcome everyone to come and join me to discuss ja va Programming fun
Platform: | Size: 1389568 | Author: chenmin | Hits:

[Internet-Networksoket_image

Description: 一段程序,两个线程:一个完成usb摄像头图像的采集,另一个借助网络实现远程传输。图像采集线程通过调用获取图像的程序完成采集任务;网络传输就是socket编程了。-For some procedures, the two threads: a complete usb camera image acquisition, and the other with the realization of long-distance transmission network. Image acquisition thread by calling the access to the image acquisition process is complete tasks network transmission is socket programming.
Platform: | Size: 6144 | Author: huang | Hits:

[Internet-NetworkEventSelectServer

Description: 以线程池的方式设计服务器,每个线程管理多个SOCKET-The way to the thread pool design server, each thread to manage multiple SOCKET
Platform: | Size: 12288 | Author: 熊文 | Hits:

[Internet-Networknetworkjet

Description: 这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This is a network protocol Tcp engine, consists of two parts: a, the server using completion port model, provides a rich interface function b, the client plus a three-thread overlap Io model, speed, stability, use a callback function to receive data, is a network of Tcp Model Socket complete package, all the code under test in Windows2000, and has applied to many existing network of medium-sized systems.
Platform: | Size: 14336 | Author: 金川 | Hits:

[Internet-NetworkWSA2

Description: 服务器主线程等待 在指定端口上监听到的来自客户端的连接请求队列中的接受连接事件上的通知。 1、等待失败则打印等待失败信息并进入下一次等待。 2、等待超时则打印等待超时信息并进入下一次等待。 3、等待到连接建立事件通知则 负责把此套接字的句柄传给空闲线程中新申请的 套接字对象节点,并给此套接字建立与它相关的事件对象,这样此套接字的 相关事件就交给相关子线程去维护,主线程则返回并进入下一次等待 -Server main thread to wait for the specified port on the monitor from the client connection requests queue of accepted connections incident notification. 1, waiting for waiting for the failure of the failure of the print information and to enter the next wait. 2, waiting for timeout while waiting for overtime to print information and to enter the next wait. 3, wait until the connection is established will be responsible for event notification to the socket handle to the idle thread in new applications socket object node, and to the socket associated with it the establishment of the event object, so that the socket related incidents to the relevant sub-thread to maintenance, the main thread is returned and entered the next waiting
Platform: | Size: 550912 | Author: 徐振军 | Hits:

[JSP/Javasocketthread

Description: java多线程编程的例子,说明调试方法,原创。-java multi-threaded programming examples to illustrate the testing method, originality.
Platform: | Size: 10240 | Author: yyq | Hits:

[JSP/Java208030717

Description: 在主函数中建立一个服务器套接字端口,等待客户机请求,一旦客户机请求被接受,服务器程序就建立一个服务器分线程,处理客户机的命令。-In the main function to create a server socket port, waiting for client requests, once the client request is accepted, the server program on the server to establish a sub-thread, deal with client orders.
Platform: | Size: 2125824 | Author: yedajin | Hits:

[source in ebookchat

Description: 在主函数中建立一个服务器套接字端口,等待客户机请求,一旦客户机请求被接受,服务器程序就建立一个服务器分线程,处理客户机的命令。-In the main function to create a server socket port, waiting for client requests, once the client request is accepted, the server program on the server to establish a sub-thread, deal with client orders.
Platform: | Size: 2747392 | Author: yedajin | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 20 »

CodeBus www.codebus.net